Executes periodically during the upload process. It provides the number of bytes sent and the number of bytes left to send. Returns a Boolean.
Syntax |
|---|
|
result = SendProgress( BytesSent, BytesLeft ) |
Parameters |
|
|---|---|
|
BytesSent |
|
|
BytesLeft |
|
Return Value |
|
|---|---|
|
Result |
|
Notes
Returning True from this event causes the send to be aborted.